Cis Tagging CategoryModel
The Cis Tagging CategoryModel schema defines a category that is used to group one or more tags.
{
"id": "string",
"name": "string",
"description": "string",
"cardinality": "string",
"associable_types": [
"string"
],
"used_by": [
"string"
]
}
The unique identifier of the category.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Category
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Category
.
The display name of the category.
The description of the category.
The associated cardinality (Cardinality) of the category.
For more information see: Cis Tagging CategoryModel Cardinality.
The types of objects that the tags in this category can be attached to. If the set is empty, then tags can be attached to all types of objects. This field works only for objects that reside in Inventory Service (IS). For non IS objects, this check is not performed today and hence a tag can be attached to any non IS object.
The set of users that can use this category. To add users to this, you need to have the edit privilege on the category. Similarly, to unsubscribe from this category, you need the edit privilege on the category. You should not modify other users subscription from this set.